home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d935.lha / AmiCDROM / intui.h < prev    next >
C/C++ Source or Header  |  1993-12-20  |  218b  |  11 lines

  1. /* intui.h: */
  2.  
  3. void Init_Intui (void);
  4. void Close_Intui (void);
  5. void Display_Error (char *, ...);
  6. void Show_CDDA_Icon (void);
  7. void Hide_CDDA_Icon (void);
  8.  
  9. extern struct MsgPort *g_app_port;
  10. extern ULONG g_app_sigbit;
  11.